public bool Eliminar(string Proyecto)
 {
     AreasBll b = new AreasBll();
     return b.Delete(Proyecto);
 }