public static string GetBranchCodeByEmpCode(string empCode) { KKSlmMsStaffModel staff = new KKSlmMsStaffModel(); return(staff.GetBrachCodeByEmpCode(empCode)); }