public void AddPhysician(Physician physician) { try { dal.AddPhysician(physician); } catch (ArgumentException) { throw; } catch (Exception ex) { throw; } }