public BranchENT SelectByPK(SqlInt32 BranchID) { BranchDAL dalBranch = new BranchDAL(); return(dalBranch.SelectByPK(BranchID)); }