public TullymurryServiceTests()
 {
     service        = new TullymurryDataService();
     MessageService = new TullymurryMessageService();
     ServiceSeeder.Seed(service);
 }
 public UserController()
 {
     _svc = new TullymurryDataService();
 }