private void LoadGrid() { dgAttendance.DataContext = attendanceBLL.LoadGridARBLL(LoginEntity.UserID); }