public IDataResult <IList <Address> > GetList()
 {
     return(new SuccessDataResult <IList <Address> >(_addressDao.GetList()));
 }