public int IngresarSolicitud(SolicitudDto solicitud) { return(_solicitudService.IngresarSolicitud(solicitud)); }