public async Task <IActionResult> FondOcenochnihSredstvRemoveConfirmed(int EduPlanId, int DisciplineId, int FondOcenochnihSredstvId)
        {
            await _metodKomissiyaRepository.RemoveFondOcenochnihSredstvByUserNameAsync(EduPlanId, DisciplineId, FondOcenochnihSredstvId, User.Identity.Name);

            return(RedirectToAction(nameof(EduPlanPreview), new { id = EduPlanId }));
        }