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