public int DeleteById(int partyId)
 {
     return(aPartyAccess.DeleteById(partyId));
 }