public int GetLastIndex()
 {
     //---get last index of shop---
     return(_shopsRepository.GetLastIndexOfShop());
 }