public IActionResult AddKormToUser(int userId, int kormId)
 {
     repository.AddKormToUser(userId, kormId);
     return(Ok());
 }