public List <Shop> GetShopsAll()
 {
     //---get all shops from SQL database---
     return(_shopsRepository.GetShopsAll());
 }