public TerritoryManager(ITerritoryDal territoryDal)
 {
     _territoryDal = territoryDal;
 }