getActivityService().getEntityManager().persist(todo);
Account acc = getAccount();
// TODO persist activity here..
Notification notification = new Notification();
notification.setActivity(todo);
getNotificationService().createNotification(notification);
}