public bool DeleteComment(int id)
 {
     return(context.DeleteComment(id));
 }