// MyProfileVC owner; public ReferralRequestsTableSource(List<ReferralRequest> items, MyProfileVC myProfileVC) { TableItems = items; // this.owner = owner; }
// MyProfileVC owner; public ActiveLeadsTableSource(List<LeadMaster> items, MyProfileVC myProfileVC) { TableItems = items; // this.owner = owner; }