public static string AddUpdate(string nombre)
 {
     if (HttpContext.Current.Session["LaboratorioEditar_id"] != null)
     {
         int resultado = WebService.AddUpdateLaboratorios(Convert.ToInt32(HttpContext.Current.Session["LaboratorioEditar_id"]), nombre);
     }
     return("");
 }