public async Task <Group> DeleteGroup(Group group)
 {
     return(await _passwordRepository.DeleteGroup(group));
 }