public MODEL.Cliente selectByNome(string nome) { DAL.ClienteDAL dalCli = new DAL.ClienteDAL(); return(dalCli.selectByNome(nome)); }