public SeeYouNegocio(SYRContext DBcontext) { syrDb = DBcontext; }
public SeeYouNegocio() { syrDb = new SYRContext(); }