public void LoadPrecustomizedDetails()
        {
            localhost.Service1 s = new localhost.Service1();
            BindingSource      b = new BindingSource();

            b.DataSource = s.SeeMoreDesigns();
            gvMorePrecustomized.DataSource = b;
        }