public bool DeleteRoom(int LogNumber) { try { return(roomsRepository.DeleteLog(LogNumber)); } catch { throw new NotFoundException($"This Note id not found"); } }