public function getAll()
 {
     return Customer::limit(200)->with(['source', 'producers', 'samples', 'samples.assay_result'])->get();
 }