public List <Store> GetAllStores()
 {
     return(storeManagment.GetAllStores());
 }