public EmployerTest()
 {
     one = new Employer();
     one.ConnectionString = this.ConnectionString;//Ensures instance of Employer class connects to the dummy database.
 }