public void AddTheme(int DisciplineId, string Title, int Count, DateTime Date) { disciplineRepository.AddTheme(DisciplineId, Title, Count, Date); }