public BasicDao(RandevouDbContext dbc)
 {
     this.dbc = dbc;
 }
 public MessagesDao(RandevouDbContext dbc) : base(dbc)
 {
 }