public virtual IList <IDAOTerritories> SelectAll()
 {
     return(DAOTerritories.SelectAll());
 }