public ClassUtils()
 {
     context = new ShopOnlineDBDataContext();
 }
 public ProductDAO()
 {
     db = new ShopOnlineDBDataContext();
 }