public static DataTable EmployeeDataControl()
        {
            DataTable dt = EmployeeQuery.EmployeeTable();

            return(dt);
        }