public void SaveNotificationToDatabase(Notification notification)
 {
     _databaseEngine.Add_Notification(notification);
 }