/// <summary> /// Add an employee /// </summary> public void AddAnEmployee() { _repository.AddAnEmployee(); }