public TEntity GetById(int id)
 {
     return(Context.GetById <TEntity>(id));
 }