/// <summary> /// /// </summary> /// <returns></returns> public List <Product> All() { var result = productDAC.SelectAll(); return(result); }