public IEnumerable <T> GetAll()
 {
     return(dbSet.AsEnumerable().ToList());
 }