public Entitle GetEntitledByCURP(string curp)
 {
     return(db.GetEntitleByCurp(curp));
 }