#include "Center.h" void Center::addEmployee(Employee* employee) { this->employees.push_back(employee); }