public IlanManager(IIlanRepository ilanRepository)
 {
     _ilanRepository = ilanRepository;
 }