public Company()
 {
     initializationObject = new SQLServer();
 }
 public Employee()
 {
     initializationObject = new SQLServer();
 }