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