public IActionResult Index() { var model = _handlerMedicationRepository.GetAllMedication(); return(View(model)); }