public virtual IList <IDAOCurrentProductList> SelectAll()
 {
     return(DAOCurrentProductList.SelectAll());
 }