public Partner CheckPartner(string partnerDNI) { try { return(partnerRepository.CheckPartner(partnerDNI)); } catch (Exception ex) { throw ex; } }