public function run()
 {
     $faker = Faker::create();
     product_maeprestamo::create(['nrodoctit' => '40221234', 'codpromot' => 'B22956', 'monto_dese' => '2400', 'fecdesemb' => $faker->date($format = 'Y-m-d', $max = 'now'), 'mesdesemb' => '201410']);
     product_maeprestamo::create(['nrodoctit' => '68043699', 'codpromot' => 'B83070', 'monto_dese' => '3000', 'fecdesemb' => $faker->date($format = 'Y-m-d', $max = 'now'), 'mesdesemb' => '201411']);
 }