public void AddRecept(Recept recept) { try { dal.AddRecept(recept); } catch (ArgumentException) { throw; } catch (Exception) { throw; } }