public HomeController(IInstitutionSerwice instytutionService,
                       ICategoryService categoryService,
                       IDonationService donationService,
                       ICategoriesForDonations categoriesForDonation)
 {
     _instytutionService    = instytutionService;
     _categoryService       = categoryService;
     _donationService       = donationService;
     _categoriesForDonation = categoriesForDonation;
 }