public List <BusquedaCategoria7_Result> BusquedaCategoria(string Nombre)
 {
     return(db.BusquedaCategoria7(Nombre).ToList());
 }