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