public DataTable StatusOfAllLeavesBLL(int EmployeeID)
        {
            DataTable dataTable = leaveDAL.StatusOfAllLeavesDAL(EmployeeID);

            return(dataTable);
        }