public static bool AddArea(Area newArea) { try { return(AreaDAL.AddArea(newArea)); } catch (Exception ex) { throw new EvolutionBusinessLogic.Exceptions.EvolutionException(ex.Message, ex.InnerException); } }