public ActionResult Index(string employeeGroupId)
        {
            IList <Employee> all = _attendanceFactory.GetEmployeeDao().GetAll();

            return(View(all));
        }