public bool Eliminar(int entity)
 {
     baseService.Eliminar(entity);
     return(true);
 }