public IActionResult DeleteSubscriptionSection(int Id) { _selectionService.DeleteSubscribeStudent(Id); return(Ok()); }