public async Task <JsonResult> DelParty(string partyID) { var res = await partyRepo.DeleteParty(partyID); return(Json(new { isOk = res })); }