public void SetCategory(int id, [FromBody]int categoryId)
 {
     var transactionManager = new TransactionManager();
     transactionManager.SetSubCategory(id, categoryId);
 }