public Clientes ObterPorCpfCnpj(string cpfcnpj)
 {
     return(repoclientes.ObterPorCpfCnpj(cpfcnpj));
 }