public List <MODEL.Cliente> SelectCres() { DAL.Cliente dalCli = new DAL.Cliente(); return(dalCli.SelectCres()); }