public IEnumerable <T> GetAll()
 {
     return(_db.Set <T>().ToList());
 }