public bool AddEmployeeEntityBLL(int employeeID) { bool addEmployeeEntity = loginDAL.AddEmployeeEntityDAL(employeeID); return(addEmployeeEntity); }