public ICollection <string> getAllCategories()
 {
     return(marketStores.getAllCategories());
 }