public void Update(CommentEntry entry)
 {
     //TODO when all this wil be configured in some way, until then we can't do anything
 }
 public void Update(CommentEntry entry)
 {
     //TODO when all this wil be configured in some way, until then we can't do anything
 }
 public void AddComment(CommentEntry item)
 {
     //TODO when all this wil be configured in some way, until then we can't do anything
     //this.context.AddObject("Comments", item);
     //this.context.SaveChanges();
 }
 public void AddComment(CommentEntry item)
 {
     //TODO when all this wil be configured in some way, until then we can't do anything
     //this.context.AddObject("Comments", item);
     //this.context.SaveChanges();
 }