protected override void RemoveData() { base.RemoveData(); _organizationRepository.DeleteAll(); _userRepository.DeleteAll(); }