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