public Territory GetById(int id)
 {
     return(_territoryDal.GetById(id));
 }