public List <Party> GetPartiesFromCoalition(int coalition_id) { return(partyrepo.GetPartiesFromCoalition(coalition_id)); }