public void ChangeContent(int id, SerContent content)
 {
     _repository.ChangeContent(id, new Content(content));
 }