public static bool UpDateSub(int sid)
    {
        Model_Subscriber sub = new Model_Subscriber();

        return(sub.UpdateUnSub(sid));
    }