public static Area GetAreaByID(int areaID) { try { return(AreaDAL.GetAreaByID(areaID)); } catch (Exception ex) { throw new EvolutionBusinessLogic.Exceptions.EvolutionException(ex.Message, ex.InnerException); } }