public static int DELETE_Grading(int ID, int Deleted_By) { try { return(DAL_Crew_Evaluation.DELETE_Grading_DL(ID, Deleted_By)); } catch { throw; } }