public bool CreateParty(Party party, int ellection_id)
 {
     return(context.AddParty(ellection_id, party));
 }