public SaCliente GetCliente(string codCliente, string Emp)
 {
     return(metodo.Find(codCliente, Emp));
 }