public static DataTable GetEmployeeHistory(string startDate, string endDate, string deptid) { return(DAO_NhanVien.GetEmployeeHistory(startDate, endDate, deptid)); }