public JsonResult GetSocialNetworksByIdStudent(int id)
 {
     return(Json(StudentDataEF.GetSocialNetworksByIdStudent(id), JsonRequestBehavior.AllowGet));
 }