public IHttpActionResult GetAllRolesN() { RolService con = new RolService(); return(Ok(con.GetAllRolesN())); }