public IEntity GetById(int entityId)
 {
     return(_dbService.GetById(entityId));
 }