public ActionResult AcceptApplication(int id)
 {
     return(Content("<p>" + m.AcceptGroupApplication(id) + "</p>"));
 }