public async Task <string> DeleteTransaction(int id) { return(await transactionBusiness.DeleteTransaction(id)); }