public IActionResult GetAssignmentByID([FromRoute] int AssignmentID) { return(Ok(_assignmentService.GetAssignmentByAssignmentID(AssignmentID))); }