public DataTable SelectAll() { BranchDAL dalBranch = new BranchDAL(); return(dalBranch.SelectAll()); }