public IHttpActionResult AddStudentAsChild(int parentId, [FromUri] int studentId) { return(Ok(service.AddChild(parentId, studentId))); }