public ActionResult LibCS()
 {
     // ViewBag.Listpartner = socios.ListarSocios();
     return(View(socios.ListarCS()));
 }