public TEntity Find(int id)
 {
     return(_context.Find <TEntity>(id));
 }