public ActionResult DeleteStageKey(int id)
 {
     return(Json(_midtermFormulationService.DeleteStageKey(id)));
 }