public Task <bool> CpfCnpjExists(string cpfCnpj)
 {
     return(_repository.CpfCnpjExists(cpfCnpj));
 }