public DataTable GetFuntion(string PositionID) { try { return(positionDAL.GetFuntion(PositionID)); } catch (Exception e) { throw e; } }