public ServiceLocatorService(DAL.IServiceLocationDataMapper datamapper)
 {
     _datamapper = datamapper;
 }
 public ServiceLocatorService()
 {
     _datamapper = new ServiceLocationXMLDataMapper(@"XML\locationData.xml");
 }