public UserLocation( ) { _UserLocations = new UserLocations (); }
public UserLocation( UserLocations Par) { _UserLocations = Par; }