/// <summary>
 /// Returns view models of all the stores in UWAdventure
 /// </summary>
 public IList <StoreViewModel> GetAllStores()
 {
     return(_storeDAO.GetAllStores());
 }