I have the generic BaseController like this:
public class BaseController : Controller where T : BaseEntity { protected readonly IRepository _repo