public ApartmentsController(ApartmentsService apartmentsService)
 {
     _apartmentsService = apartmentsService;
 }