public IHttpActionResult GetAllSolicitudes() { SolicitudService con = new SolicitudService(); return(Ok(con.GetAllSolicitudes())); }