public void ChangeComment(int id, SerComment comment)
 {
     _repository.ChangeComment(id, new Comment(comment));
 }