public PeptideBLL(string sDataBase)
 {
     peDAL = new PeptideDAL(sDataBase);
 }
 public PeptideBLL(string sDataBase)
 {
     peDAL = new PeptideDAL(sDataBase);
 }
 public PeptideBLL(ProteinSession pSession)
 {
     session = pSession;
     peDAL = new PeptideDAL(session.DataBase);
 }
 public PeptideBLL(ProteinSession pSession)
 {
     session = pSession;
     peDAL   = new PeptideDAL(session.DataBase);
 }