public DataTable GetLocation(int BranchId)
 {
     return(objUserMasterDAL.GetLocation(BranchId));
 }