public List <Location> GetLocationsByTagName(string tagName)
 {
     _locationCtrl = new LocationCtrl();
     return(_locationCtrl.GetLocationsByTagName(tagName));
 }