public void SetOwner(BC_User pOwner)
 {
     BIMcollab_IssuePINVOKE.BC_Issue_SetOwner(swigCPtr, BC_User.getCPtr(pOwner));
     if (BIMcollab_IssuePINVOKE.SWIGPendingException.Pending)
     {
         throw BIMcollab_IssuePINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public bool CanUserAccessThisIssue(BC_User pNotifiedUser)
    {
        bool ret = BIMcollab_IssuePINVOKE.BC_Issue_CanUserAccessThisIssue(swigCPtr, BC_User.getCPtr(pNotifiedUser));

        if (BIMcollab_IssuePINVOKE.SWIGPendingException.Pending)
        {
            throw BIMcollab_IssuePINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }