public override int GetAddressBookGroupsCount(string look_for, int look_for_type)
 {
     return(_dbStorage.GetAddressBookGroupsCount(look_for, look_for_type));
 }