protected override TEntity LoadEntiy(int id)
 {
     return(_service.FindBy(id));
 }