public IEnumerable <Src.Partner.Partner> FindAllWithoutResponsibleMusician()
 {
     return(_repository.FindAllWithoutResponsibleMusician());
 }