public bool DeleteAllWithLSP(int lsp)
 {
     return(spdao.DeleteAllWithLSP(lsp));
 }