public ActionResult EditCS(int id = 0)
 {
     ViewBag.Listpartner = socios.CmbCS();
     return(PartialView(socios.ObtenerCS(id)));
 }