public Clientes GetCliente(string CodCliente, string Emp)
 {
     return(metodo.GetCliente(CodCliente, Emp));
 }