public PartnerDTO FindPartner(string name) { var partner = _repo.FindByName(name); return(partner.Translate <Partner, PartnerDTO>()); }