public Doctor(Hospital hospital, int number) { _hospital = hospital; _number = number; rnd = new Random(_number); }