public static SanPhamDAL createSanPhamDAL() { if (sanPhamDAL == null) { sanPhamDAL = new SanPhamDAL(); } return(sanPhamDAL); }