this.groupService.deleteGroupById(this.groupId).then((result) => {
            this.toast.show("Group deleted sucessfully.");
            this.ngOnInit();
            this.loader.loader = false;
        }, err => {