public Int64 InsertMPDetails(MPDetails model)
 {
     return(_invoiceRepo.InsertMPDetails(model));
 }