public void AddCase(int clientId, string title, int caseAdminId) { adminRepository.AddCase(clientId, title, caseAdminId); }