public DataSet locFinderBALF1(branchEntity branchEntityObj)
 {
     return(locationFinderDALObj.locFinderDALF1(branchEntityObj));
 }
        public void branchRegBAL(branchEntity branchEntityObj)
        {
            managerRegistrationDAL mrdObj = new managerRegistrationDAL();

            mrdObj.branchRegDAL(branchEntityObj);
        }
        public int locationFinderBALF1(branchEntity branchEntityObj)
        {
            int locResBAL1 = locationFinderDALObj.locationFinderDALF1(branchEntityObj);

            return(locResBAL1);
        }