public Property_octionController(Property_Mgmt_MVCdatabase context)
 {
     _context = context;
 }
 public Dealer_DetailController(Property_Mgmt_MVCdatabase context)
 {
     _context = context;
 }