public IActionResult Delete(int id) { role.DeleteFromTable(id); role.Save(); return(Ok(HttpStatusCode.OK)); }