public Cliente ObterPorCpfCnpj(string cpfcnpj)
 {
     return(repocliente.ObterPorCpfCnpj(cpfcnpj));
 }