public List <T> GetAll()
 {
     return(Context.Set <T>().ToList());
 }