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