public void EditCategoryById(CategorySM category) { try { categoryData.EditCategoryById(Map(category)); logs.LogError("Event ", "User was able to update Category", "Class:CategoryLogic, Method:UpdateCategoryById"); } catch (Exception e) { logs.LogError("Error ", "User was unable to update Category", "Class:CategoryLogic, Method:UpdateCategoryById"); } }