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