public MODEL.Cliente selectByID(int id) { DAL.ClienteDAL dalCli = new DAL.ClienteDAL(); return(dalCli.selectByID(id)); }