public bool UpdateTransferPurpose(int id, TransferPurpose purpose) { throw new NotImplementedException(); }
public int AddTransferPurpose(TransferPurpose purpose) { throw new NotImplementedException(); }