public bool CreateEmployee(string title, string name, string surname, string phoneNumber, string email, int?departmentId) { return(_logic.CreateEmployee(title, name, surname, phoneNumber, email, departmentId)); }