/// <summary>
 ///
 /// </summary>
 /// <returns></returns>
 public List <Store> GetStores()
 {
     return(_storesRepository.GetStores());
 }