public void Configure(List <NotesTypeResponse> types, String Title)
        {
            IosUtils.IosUtility.setcornerRadius(this.ContntVw);
            IosUtils.IosUtility.setcornerRadius(this.IBSaveBtn);
            IosUtils.IosUtility.setcornerRadius(this.IBCancelBtn);

            IBTtitleLbl.Text = Title;
            Data             = types;
            IBContntTable.ReloadData();
            this.Hidden = true;
            Frame       = AppDelegate.GetMainWindow().Frame;
            AppDelegate.GetMainWindow().AddSubview(this);
            UIView.Animate(0.5, () =>
            {
                this.Hidden = false;
            });
        }