public Party Get(string abbreviation)
 {
     return(_partyService.Get(abbreviation));
 }