setOrganisation property

void setOrganisation=(Organisation? org)

Implementation

set setOrganisation(Organisation? org) => _organisation = org;