public int CheckDuplicate(Office office) { int count = _officeRepository.CheckDuplicate(office); return(count); }