public void Deletecomment(int id)
 {
     _commentsRepository.DeleteComments(id);
 }