public void Init()
 {
     this.photos   = ObjectsFactory.GetPhotoRepository();
     this.comments = ObjectsFactory.GetCommentRepository();
 }