public IEnumerable <SaTipoCliente> GetTiposClientes(string Emp)
 {
     return(metodo.GetAllTipoCliente(Emp));
 }