public IEnumerable <TModel> GetEntities() { List <TModel> modelList = _ctx.Entities <TModel>().ToList(); return(modelList); }