public ActionResult Delete(int learningId, int companyId, int userId, string reason) { return(Learning.Delete(learningId, companyId, userId, reason)); }