public bool ChangeStockInStatus(string no, int status, string checkstaff) { return(_stockinRepository.ChangeStockInStatus(no, status, checkstaff)); }