public bool LSPExists(int masp)
 {
     return(spdao.Exists(x => x.IDLOAISP == masp));
 }