public List<DetalleSolicitud> ObtenerActDetalleSolicitud()
 {
     DatosDetalleSolicitud DatActDetalleSolicitud= new DatosDetalleSolicitud();
         return DatActDetalleSolicitud.select_all_EstadosDetSol();
 }