public void DeleteNote(int NoteId)
 {
     _orderDAO.DeleteNote(NoteId);
     Context.SaveChanges();
 }