public List <Party> GetPartiesFromEllection(int ellection_id) { return(partyrepo.GetPartiesFromEllection(ellection_id)); }