public void AddActiveIngredient(ActiveIngredient ingredient) { try { dal.AddActiveIngredient(ingredient); } catch (ArgumentException) { throw; } catch (Exception ex) { throw; } }