public virtual IEmployee MakeEmployee()
 {
     return((IEmployee)_employeePrototype.Clone());
 }