public System.Collections.IList GetAll()
 {
     return(_dao.GetAll());
 }