public virtual int Freeze(PL_Permanent_Transfer pl)
    {
        DL_Permanent_Transfer objDAL = new DL_Permanent_Transfer();

        return(objDAL.Freeze(pl));
    }
    public DataTable bindData1(PL_Permanent_Transfer pl)
    {
        DL_Permanent_Transfer obj = new DL_Permanent_Transfer();

        return(obj.bindData1(pl));
    }
    public DataTable getData(PL_Permanent_Transfer pl)
    {
        DL_Permanent_Transfer obj = new DL_Permanent_Transfer();

        return(obj.getData(pl));
    }
    public int Insert(PL_Permanent_Transfer pl, string xmlDoc, string xmlDoc1)
    {
        DL_Permanent_Transfer obj = new DL_Permanent_Transfer();

        return(obj.Insert(pl, xmlDoc, xmlDoc1));
    }