public CustomersController(MFPEDataBase context)
 {
     _context = context;
 }
 public CustomerRepo(MFPEDataBase context)
 {
     this._context = context;
 }