public IQueryable <T> GetAll <T>()
     where T : class
 {
     return(context.GetDbSet <T>());
 }