public ActionResult UnassignCentreCourse(int centreId, int courseId) { NidanBusinessService.DeleteCentreCourse(UserOrganisationId, centreId, courseId); return(this.JsonNet("")); }