public SpoolsCardViewAdapter(AppCompatActivity currentContext, SupportFragment fragment, List <Spools> lsObjs, npcc_types.inf_assignment_type assignment_Type)
 {
     _ins               = this;
     this._lsObjs       = lsObjs;
     _currentContext    = currentContext;
     _fragment          = fragment;
     _assignment_Type   = assignment_Type;
     mFragmentContainer = currentContext.FindViewById <FrameLayout>(Resource.Id.fragmentContainer);
 }
 public assignment_lists(npcc_types.inf_assignment_type assignment_Type)
 {
     _assignment_Type = assignment_Type;
     ins = this;
 }